Correct ordering of log levels in documentation
authorDaniel Boulby <[email protected]>
Thu, 14 Jun 2018 09:07:40 +0000 (10:07 +0100)
committerDaniel Boulby <[email protected]>
Thu, 14 Jun 2018 09:27:03 +0000 (10:27 +0100)
Changed the ordering of the log levels in the documentation to
mate the code

Change-Id: Ief1930b73d833fdf675b039c98046591c0c264c1
Signed-off-by: Daniel Boulby <[email protected]>
docs/user-guide.rst

index f6d0c764156a3e8b0e30ea22247578c58297d664..7e50dc18817b9f17968ecb065ca2ce7245283d3c 100644 (file)
@@ -486,8 +486,8 @@ Common build options
    ::
 
        0  (LOG_LEVEL_NONE)
-       10 (LOG_LEVEL_NOTICE)
-       20 (LOG_LEVEL_ERROR)
+       10 (LOG_LEVEL_ERROR)
+       20 (LOG_LEVEL_NOTICE)
        30 (LOG_LEVEL_WARNING)
        40 (LOG_LEVEL_INFO)
        50 (LOG_LEVEL_VERBOSE)